-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use preinstall 0.18 in upgrade tests #3927
Use preinstall 0.18 in upgrade tests #3927
Conversation
/lgtm |
/test pull-knative-eventing-upgrade-tests Let me try again before digging... Not sure what the error is |
Ok, this fails consistently, gonna check it. ...soon |
Found the problem. Should be fixed now. Let's see |
Looks like the storage migration did not complete:
|
e043b96
to
b6d8ecc
Compare
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-eventing-conformance-tests:
|
/retest |
ApiGroups for some resources were wrong in the job config. All green now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
- "containersources.eventing.knative.dev" | ||
- "containersources.sources.knative.dev" | ||
- "sinkbindings.sources.knative.dev" | ||
- "brokers.sources.knative.dev" | ||
- "triggers.sources.knative.dev" | ||
- "brokers.eventing.knative.dev" | ||
- "triggers.eventing.knative.dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are problems I found when trying to make the migration test working.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aliok, matzew The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #
Proposed Changes